bitkeeper revision 1.1159.1.57 (411cfbc4mhSI0XOqARQ6jv8sbSQ90A)
authorsmh22@tempest.cl.cam.ac.uk <smh22@tempest.cl.cam.ac.uk>
Fri, 13 Aug 2004 17:35:00 +0000 (17:35 +0000)
committersmh22@tempest.cl.cam.ac.uk <smh22@tempest.cl.cam.ac.uk>
Fri, 13 Aug 2004 17:35:00 +0000 (17:35 +0000)
fix typo

tools/libxc/xc_linux_save.c

index 1d4a05425745b1c9001858eb4d8bd2a23f43657e..6626daf35fcd584cab4ca616ef07ab78573e7853 100644 (file)
@@ -898,7 +898,6 @@ printf("nrpfns according to suspend record is %ld\n", p_srec->nr_pfns );
 
     /* Canonicalise each GDT frame number. */
     for ( i = 0; i < ctxt.gdt_ents; i += 512 ) {
-       ctxt.gdt_frames[i], live_mfn_to_pfn_table[ctxt.gdt_frames[i]]);
         if ( !translate_mfn_to_pfn(&ctxt.gdt_frames[i]) ) {
             xcio_error(ioctxt, "GDT frame is not in range of pseudophys map");
             goto out;